-
Notifications
You must be signed in to change notification settings - Fork 753
telemetry(amazonq): add telemetry for falcon features #6691
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
telemetry(amazonq): add telemetry for falcon features #6691
Conversation
|
|
Linux CI is passing - not sure why it shows as failed (tests are passed in build report) |
packages/core/src/codewhispererChat/controllers/chat/controller.ts
Outdated
Show resolved
Hide resolved
| "description": "When chat panel is closed" | ||
| }, | ||
| { | ||
| "name": "amazonq_createSavedPrompt", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is also in the commons PR, is theres telemetry changes expected to live here or there?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there. but i can get rid of it from both PRs now that im switching it over to ui_click
This PR adds the following telemetry for falcon features:
New metric:
amazonq_createSavedPrompt- tracks when user creates a saved prompt using UX. Adding to commons in this PRAdditing to existing metric:
amazonq_addMessage(does not exist in toolkit common):cwsprChatHasContextList- true if context list is displayed to usercwsprChatPromptContextCount- # of saved prompts manually added to contextcwsprChatPromptContextLength- Total length of saved prompts added to contextcwsprChatPromptContextTruncatedLength- Truncated length of saved prompts added to contextcwsprChatRuleContextCount- # of workspace rules automatically added to contextcwsprChatRuleContextLength- Total length of workspace rules added to contextcwsprChatRuleContextTruncatedLength- Truncated length of workspace rules added to contextcwsprChatFileContextCount- # of files manually added to contextcwsprChatFileContextLength- Total length of files added to contextcwsprChatFileContextTruncatedLength- Truncated length of files added to contextcwsprChatFolderContextCount- # of folders manually added to contextTelemetry doc: https://quip-amazon.com/XRRfA9b8Ux24/Falcon-Telemetry-Toolkits-telemetry
feature/xbranches will not be squash-merged at release time.